RetainedParseResult<'value>Record

PackageReified.Schema
A schema parse result that retains its original structured input.

Fields

NameTypeDescription
ErrorsForthis.ErrorsForReturns schema errors attached exactly to the supplied structured data path.
ErrorsForthis.ErrorsForReturns schema errors attached exactly to the supplied path.
IsValidthis.IsValidReturns true when input parsing produced a trusted model.
Errorsthis.ErrorsReturns path-aware issues from a failed parse, or an empty list after a successful parse.
Valuethis.ValueReturns the parsed value or raises when input parsing failed.
TryValuethis.TryValueReturns the parsed value when input parsing succeeded.
InputInputThe structured boundary data that was parsed.
ResultResultThe parsed model or accumulated schema failures.